Skip to content

Mark as compatible with Webpack 3 #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2017
Merged

Mark as compatible with Webpack 3 #29

merged 1 commit into from
Jul 3, 2017

Conversation

kennydude
Copy link
Contributor

Mark the package as compatible with Webpack 3.

npm refuses to install if using webpack 3, even everything seems to work fine

Mark the package as compatible with Webpack 3.

npm refuses to install if using webpack 3, even everything seems to work fine
},
"peerDependencies": {
"webpack": "1 || 2"
"webpack": "1 || 2 || 3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 - 3 semver range would probably be more succinct 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL that's a thing you can do

@damianobarbati
Copy link

Time to merge! : )

@Va1
Copy link
Owner

Va1 commented Jul 3, 2017

thank you!

@Va1 Va1 merged commit 12b32e1 into Va1:master Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants